Function |to_ipv6
net/ip::|to_ipv6
Usage
|to_ipv6(text)
Parameters
↳ text: string
Return
↴ Option<Ipv6>
Parse text into an Ipv6 address, returning none if text is not a valid IPv6 address.
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
net/ip::|to_ipv6
|to_ipv6(text)
↳ text: string
↴ Option<Ipv6>
Parse text into an Ipv6 address, returning none if text is not a valid IPv6 address.